MATH.h

					
/*
 * MATH_functions.h
 *
 *  Created on: 26 mai 2018.
 *      Author: Bohdan
 */

#ifndef MATH_FUNCTIONS_H_
#define MATH_FUNCTIONS_H_

#include "stm32f4xx_hal.h" 
#include "My_types.h"

float calc_SKZ (int16_t* arr, int l, uint16_t Vref, SW_state_t state);
uint32_t my_sqrt(uint32_t Val);
uint8_t calc_Spec(uint8_t size);

#endif /* MATH_FUNCTIONS_H_ */